From 155655037b4cf919922aa1201fb76a4136ed5596 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 1 Feb 2004 05:04:21 +0000 Subject: [PATCH] Reduce default (debugging) output to ASCII, not codepg 1252. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@679 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/waypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/waypt.c b/gpsbabel/waypt.c index 17e3cb301..4f5e66bc8 100644 --- a/gpsbabel/waypt.c +++ b/gpsbabel/waypt.c @@ -130,7 +130,7 @@ waypt_disp(const waypoint *wpt) printposn(wpt->latitude,1); printposn(wpt->longitude,0); - tmpdesc = str_utf8_to_cp1252( wpt->description); + tmpdesc = str_utf8_to_ascii( wpt->description); printf("%s/%s", global_opts.synthesize_shortnames ? mkshort(mkshort_handle, tmpdesc) : -- 2.30.2